home *** CD-ROM | disk | FTP | other *** search
/ Programming in Microsoft Windows with C# / Programacion en Microsoft Windows con C#.iso / Original Code / Hello Windows Forms / NewForm / NewForm.cs next >
Encoding:
Text File  |  2001-01-15  |  238 b   |  11 lines

  1. //--------------------------------------
  2. // NewForm.cs ⌐ 2001 by Charles Petzold
  3. //--------------------------------------
  4. class NewForm
  5. {
  6.      public static void Main()
  7.      {
  8.           new System.Windows.Forms.Form();
  9.      }
  10. }
  11.